Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

定期イベントの内容が更新されたら参加者に通知する #5768

Merged
merged 7 commits into from
Nov 16, 2022

Conversation

hikarook94
Copy link
Contributor

@hikarook94 hikarook94 commented Nov 11, 2022

Issue

概要

定期イベントの詳細が更新された時、参加者にアプリ内通知とメール通知を送信するように変更しました。
見た目の変更はありません。

変更確認方法

  1. ブランチfeature/notify-when-regular-events-changeをローカルに取り込む
  2. bin/rails sでローカル環境を立ち上げる
  3. ユーザーkimuraでログインする
  4. http://localhost:3000/regular_events/459650222にアクセスして、参加申込をする
  5. ユーザーkomagataでログインし直す
  6. http://localhost:3000/regular_events/459650222にアクセスして、内容を変更する(開催曜日を変更する等で大丈夫です)
  7. 再びユーザーkimuraでログインする
  8. http://localhost:3000/notificationsにアクセスして定期イベントが更新された通知がきていればOK
  9. http://localhost:3000/letter_openerを開き、kimura宛に定期イベント更新のメールが来ていればOK

@hikarook94 hikarook94 force-pushed the feature/notify-when-regular-events-change branch from 9686ebf to 6d8e227 Compare November 11, 2022 06:49
@hikarook94 hikarook94 marked this pull request as ready for review November 11, 2022 06:59
@hikarook94 hikarook94 self-assigned this Nov 11, 2022
@hikarook94
Copy link
Contributor Author

@shucream-p
お疲れ様です!
お手隙の際で大丈夫ですので、こちらのレビューをお願いしたいのですがご都合いかがでしょうか?

@shucream-p
Copy link
Contributor

@hikarook94
お疲れ様です!
レビュー依頼ありがとうございます!🙇‍♂️
初めてのレビューなので少し時間がかかるかとは思いますが、それでもよろしければ受けさせてください😆

遅くて11/13までにはお返事できるかと思いますがいかがでしょうか?

@hikarook94
Copy link
Contributor Author

@shucream-p
急ぎではないのでご都合の良い時で大丈夫ですよ〜!
何かわからないことがあったら聞いてください!
よろしくお願いします🙏

@shucream-p
Copy link
Contributor

@hikarook94
お気遣いありがとうございます!🙏
確認次第お返事させていただきます!

Copy link
Contributor

@shucream-p shucream-p left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hikarook94
お疲れ様です!遅くなってしまいすみません🙇‍♂️
こちら動作とコード確認しました。問題ないと思いますのでApproveさせていただきます!

@hikarook94
Copy link
Contributor Author

@shucream-p
レビューありがとうございます!

@hikarook94
Copy link
Contributor Author

@komagata
お疲れ様です!
メンバーの方にApproveいただいたのでレビューをお願いいたします!

@@ -36,7 +36,8 @@ class Notification < ApplicationRecord
product_update: 17,
graduated: 18,
hibernated: 19,
signed_up: 20
signed_up: 20,
regular_event: 21
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここは通知イベントの名前(動詞)で統一されているのでregular_eventだと何が起こったのかわからないので他の名前を考えてみてください〜

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

動詞形に修正しました!ご確認よろしくお願いします!

@hikarook94 hikarook94 force-pushed the feature/notify-when-regular-events-change branch from 6d8e227 to 1348fd1 Compare November 16, 2022 04:58
Copy link
Member

@komagata komagata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認させて頂きました。OKです〜🙆‍♂️

@komagata komagata merged commit 59a3456 into main Nov 16, 2022
@komagata komagata deleted the feature/notify-when-regular-events-change branch November 16, 2022 05:57
@github-actions github-actions bot mentioned this pull request Nov 16, 2022
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants